'Declaration
Public Function SaveToHTTP_2( _ ByVal ImageID As Integer, _ ByVal ImageFormat As DocumentFormat, _ ByVal EncoderParameter As Integer, _ ByVal Address As String, _ ByVal Login As String, _ ByVal Password As String _ ) As GdPictureStatus
public GdPictureStatus SaveToHTTP_2( int ImageID, DocumentFormat ImageFormat, int EncoderParameter, string Address, string Login, string Password )
public function SaveToHTTP_2( ImageID: Integer; ImageFormat: DocumentFormat; EncoderParameter: Integer; Address: String; Login: String; Password: String ): GdPictureStatus;
public function SaveToHTTP_2( ImageID : int, ImageFormat : DocumentFormat, EncoderParameter : int, Address : String, Login : String, Password : String ) : GdPictureStatus;
public: GdPictureStatus SaveToHTTP_2( int ImageID, DocumentFormat ImageFormat, int EncoderParameter, string* Address, string* Login, string* Password )
public: GdPictureStatus SaveToHTTP_2( int ImageID, DocumentFormat ImageFormat, int EncoderParameter, String^ Address, String^ Login, String^ Password )
Parameters
- ImageID
- ImageFormat
- EncoderParameter
- Address
- Login
- Password